home *** CD-ROM | disk | FTP | other *** search
/ IRIX 6.5 Applications 2002 November / SGI IRIX 6.5 Applications 2002 November.iso / dist / gateway.idb / usr / WebFace / Source / 10-InfoSystems / samba / description.frm.z / description.frm
Encoding:
Text File  |  2002-06-12  |  2.7 KB  |  67 lines

  1. #! /usr/bin/perl5
  2. #
  3. # description.frm
  4. #
  5. # Copyright 1988-1996 Silicon Graphics, Inc.
  6. # All rights reserved.
  7. #
  8. # This is UNPUBLISHED PROPRIETARY SOURCE CODE of Silicon Graphics, Inc.;
  9. # the contents of this file may not be disclosed to third parties, copied or
  10. # duplicated in any form, in whole or in part, without the prior written
  11. # permission of Silicon Graphics, Inc.
  12. #
  13. # RESTRICTED RIGHTS LEGEND:
  14. # Use, duplication or disclosure by the Government is subject to restrictions
  15. # as set forth in subdivision (c)(1)(ii) of the Rights in Technical Data
  16. # and Computer Software clause at DFARS 252.227-7013, and/or in similar or
  17. # successor clauses in the FAR, DOD or NASA FAR Supplement. Unpublished -
  18. # rights reserved under the Copyright Laws of the United States.
  19. #
  20.  
  21. print <<EndOfFile;
  22. Content-type: text/html
  23.  
  24. <HTML><HEAD></HEAD><BODY>
  25. <H1>Samba Configuration</H1>
  26. <P>
  27.  <EM>Samba</EM> is a server application that runs on the Gateway server
  28. to make its filesystems and printers available to client computers
  29. running resource-sharing software such as LAN Manager and Windows for
  30. Workgroups. The resources that a Samba server offers are known as
  31. <I>shares</I>.   (Systems running Windows NT, OS2, or Linux can also use
  32. Samba shares). <EM>Samba</EM> can work as one of many share servers in a
  33. heterogeneous network of UNIX and PC systems. </P>
  34. <P>
  35. When you use Samba in a workgroup, the shares that the server offers
  36. must be listed with a server in the workgroup known as the <I>master
  37. browser</I>. The master browser server makes this list available so that
  38. users can choose the shares that they need. If a workgroup contains
  39. clients and servers on more than one network, each master browser
  40. reports its list of shares to the <I>domain master</I>, which makes the
  41. entire list available to the workgroup. The Gateway server may act as
  42. the master browser and the domain master in the workgroup
  43. configuration.</P>
  44. <P>
  45. In transactions between UNIX-based systems and PCs, the workgroup
  46. configuration must include a name- and address-translation service that
  47. accommodates the networking protocols that both types of systems use.
  48. This translation service is performed by the <I>WINS</I> (Windows
  49. Internet Naming Service) <I>server</I>, which understands UNIX and PC
  50. networking protocols<I>.</I> The Gateway server cannot act as the WINS
  51. server.</P>
  52. <P>
  53. Use these forms to configure a <EM>Samba</EM> file server on the Gateway
  54. system: </P>
  55. <UL>
  56.     <LI>
  57.     <A HREF="index.samba1.shtml" TARGET="left">General Servers Configuration</A>
  58.     <LI>
  59.     <A HREF="index.samba2.shtml" TARGET="left">Shares Configuration</A>
  60.      
  61. </UL>
  62. <P>
  63. For more information, consult the samba(7) and smb.conf(5) reference 
  64. pages. EndOfFile </P>
  65. </BODY></HTML>
  66. EndOfFile
  67.